Scripts - Format of Script Files (/ switches)

If you examine some of your Search and Replace script in your text editor you may be curious what the switches are with in the [Search] and [Replace] tags. The possible switches are:

Tags and Possible Switches

[Search] Tag

/i = Case Insensitive

/x = Regular Expression Mode

/b = Binary Mode

/w = Whole Word Mode

/h = Ignore Whitespace Mode

/t = HTML Mode

/r? = Repeat ? number of times

/g = Do not use this s/r pair
     (See below)

[Replace] Tag

/b = Binary Mode

Important Notes: